From 09edeb8591f8b74972238e4eccd851d60982ba0f Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Mon, 6 Jul 2015 14:58:13 -0400 Subject: [PATCH] Updated guide.md with local config clarification See also https://github.com/rust-lang/cargo/issues/1614 --- src/doc/guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/guide.md b/src/doc/guide.md index 853d1b57f..fca01ac72 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -375,6 +375,10 @@ This array should be filled with directories that contain a `Cargo.toml`. In this instance, we're just adding `conduit`, so it will be the only one that's overridden. +Note: using a local configuration to override paths will only work for crates +that have been published to crates.io. You cannot use this feature to tell Cargo +how to find local unpublished crates. + More information about local configuration can be found in the [configuration documentation](config.html). -- 2.30.2